extensions/fast-float: temporarily disable
authorØyvind Kolås <pippin@gimp.org>
Thu, 15 Dec 2016 00:34:53 +0000 (01:34 +0100)
committerØyvind Kolås <pippin@gimp.org>
Thu, 15 Dec 2016 00:34:57 +0000 (01:34 +0100)
Disable this floating point LUT for now, it treats negative values as their
positive counterparts, see bug #776113.

extensions/fast-float.c

index ca20cf7dc14125e805ed86a5e50a38f9ce3d9623..163ffe86add99a416069ccfcb613119c9af8188d 100644 (file)
@@ -694,6 +694,8 @@ init (void)
     babl_component ("B'"),
     NULL);
 
+  return 0;  // XXX: the fast paths registered here doesn't correctly
+             //      clamp negative values - disabling for now
   {
     float f;
     float a;